home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6647 / 6647.xpi / chrome / httpfox.jar / content / XMLPrettyPrint.css < prev    next >
Cascading Style Sheet File  |  2009-04-04  |  4KB  |  181 lines

  1. @charset "utf-8";
  2. /* ***** BEGIN LICENSE BLOCK *****
  3.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  4.  *
  5.  * The contents of this file are subject to the Mozilla Public License Version
  6.  * 1.1 (the "License"); you may not use this file except in compliance with
  7.  * the License. You may obtain a copy of the License at
  8.  * http://www.mozilla.org/MPL/
  9.  *
  10.  * Software distributed under the License is distributed on an "AS IS" basis,
  11.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.  * for the specific language governing rights and limitations under the
  13.  * License.
  14.  *
  15.  * The Original Code is mozilla.org code.
  16.  *
  17.  * The Initial Developer of the Original Code is
  18.  * Netscape Communications Corporation.
  19.  * Portions created by the Initial Developer are Copyright (C) 1998
  20.  * the Initial Developer. All Rights Reserved.
  21.  *
  22.  * Contributor(s):
  23.  *   Blake Ross <BlakeR1234@aol.com>
  24.  *
  25.  * Alternatively, the contents of this file may be used under the terms of
  26.  * either of the GNU General Public License Version 2 or later (the "GPL"),
  27.  * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  28.  * in which case the provisions of the GPL or the LGPL are applicable instead
  29.  * of those above. If you wish to allow use of your version of this file only
  30.  * under the terms of either the GPL or the LGPL, and not to allow others to
  31.  * use your version of this file under the terms of the MPL, indicate your
  32.  * decision by deleting the provisions above and replace them with the notice
  33.  * and other provisions required by the GPL or the LGPL. If you do not delete
  34.  * the provisions above, a recipient may use your version of this file under
  35.  * the terms of any one of the MPL, the GPL or the LGPL.
  36.  *
  37.  * ***** END LICENSE BLOCK ***** */
  38.  
  39. @namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */
  40.  
  41. /* from xmlpretty css */
  42. table {
  43.   border-spacing: 0;
  44.   margin: 0;
  45.   font-size: 12;
  46.   font-family: Consolas, Courier New, -moz-fixed;
  47.   white-space: pre;
  48. }
  49.  
  50. td {
  51.   padding: 0;
  52. }
  53.  
  54. .indent {
  55.   margin-left: 1em;
  56.   font-size: 12;
  57.   font-family: Consolas, Courier New, -moz-fixed;
  58.   white-space: pre;
  59. }
  60.  
  61. .spacer {
  62.   width: 14px;
  63.   height: 1em;
  64.   display: block;
  65.   border: 10px;
  66. }
  67.  
  68. .expander-display-open {
  69.   cursor: pointer;
  70.   -moz-user-select: none;
  71.   vertical-align: top;
  72.   text-align: center;
  73.   background-image: url(chrome://httpfox/skin/nodeOpen.png);
  74.   background-repeat: no-repeat;
  75.   background-position: 1px 2px;
  76. }
  77.  
  78. .expander-display-closed {
  79.   cursor: pointer;
  80.   -moz-user-select: none;
  81.   vertical-align: top;
  82.   text-align: center;
  83.   background-image: url(chrome://httpfox/skin/nodeClosed.png);
  84.   background-repeat: no-repeat;
  85.   background-position: 1px 2px;
  86. }
  87.  
  88. .expander-closed > * > .expander-content {
  89.   display: none;
  90. }
  91.  
  92. .comment {
  93.   font-family: monospace;
  94.   white-space: pre;
  95. }
  96. /* end from xmlpretty css */
  97.  
  98. *|*:root {
  99.   background-color: white;
  100. }
  101. #viewsource {
  102.   font-family: -moz-fixed;
  103.   font-weight: normal;
  104.   color: black;
  105.   white-space: pre;
  106. }
  107. #viewsource.wrap {
  108.   white-space: -moz-pre-wrap;
  109. }
  110. pre {
  111.   font: inherit;
  112.   color: inherit;
  113.   white-space: inherit; 
  114.   margin: 0;
  115. }
  116. .start-tag {
  117.  color: #0000FF;
  118.  font-weight: normal;
  119. }
  120. .end-tag {
  121.  color: #0000FF;
  122.  font-weight: normal; 
  123. }
  124. .comment {
  125.  color: #888888;
  126.  font-style: normal;
  127. }
  128. .cdata {
  129.  /*color: #CC0066;*/
  130.  color: #ea00ff;
  131. }
  132. .doctype {
  133.  color: steelblue;
  134.  font-style: italic;
  135. }
  136. .pi {
  137.  color: orchid;
  138.  font-style: italic;
  139. }
  140. .entity {
  141.  color:#FF4500;
  142.  font-weight: normal;
  143. }
  144. .text {
  145.  color: black;
  146.  font-weight: bold;
  147. }
  148. .attribute-name {
  149.  color: #FF0000;
  150.  font-weight: normal;
  151. }
  152. .attribute-value {
  153.  color: #9700ff;
  154.  font-weight: bold;
  155. }
  156. .summary {
  157.  display: block;
  158.  background-color: #FFFFCC;
  159.  width: 90%;
  160.  border: solid;
  161.  border-width: 1pt;
  162.  font-family: sans-serif;
  163. }
  164. .popup {
  165.  font-weight: normal;
  166. }
  167. .markup {
  168.  color: #000000;
  169. }
  170. .markupdeclaration {
  171.  color: steelblue;
  172.  font-style: italic;
  173. }
  174. .error, .error > .start-tag, .error > .end-tag,
  175. .error > .comment, .error > .cdata, .error > .doctype,
  176. .error > .pi, .error > .entity, .error > .attribute-name,
  177. .error > .attribute-value {
  178.   color: red;
  179.   font-weight: bold;
  180. }
  181.